projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5254fba
)
Add a missing break statement
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 15 Jun 2011 01:58:51 +0000
(21:58 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 15 Jun 2011 01:58:51 +0000
(21:58 -0400)
gtk/gtktexttag.c
patch
|
blob
|
history
diff --git
a/gtk/gtktexttag.c
b/gtk/gtktexttag.c
index ef68e4d6d7efb5e31a67c96dc5a5152565eb9d46..69d546ca041a546c05d9a3a06fddd2cefd41d64e 100644
(file)
--- a/
gtk/gtktexttag.c
+++ b/
gtk/gtktexttag.c
@@
-1848,6
+1848,7
@@
gtk_text_tag_get_property (GObject *object,
case PROP_FOREGROUND:
case PROP_PARAGRAPH_BACKGROUND:
g_warning ("'foreground', 'background' and 'paragraph_background' properties are not readable, use 'foreground_gdk', 'background_gdk' and 'paragraph_background_gdk'");
+ break;
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
break;